-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Override connect timeout #194
Conversation
ef5bf5b
to
f182960
Compare
`parsed` is not used anywhere so I deleted it.
f182960
to
ea7ac6e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super, thanks for making this change @code-asher! 🎉
I think my dev env was broken somehow because I just couldn't get it to work, glad you did!
3e8f23f
to
ff8c679
Compare
Made the changes! One open question is whether there is a better way to detect when we are connected. I am using |
ff8c679
to
2a9394a
Compare
2a9394a
to
30620ab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice changes! Good point about SSH process, would it be possible that it exits very fast and won't be found? Maybe we could use a race between find process and a timeout promise. But if we do, we should make sure the timeout starts after we've activated the Remote SSH extension.
Yup it would be possible that it exits fast, but |
See coder/coder#10473
After this change you can see in the logs: